xen/arch/x86/apic.c: remove custom_param() error messages
authorJuergen Gross <jgross@suse.com>
Mon, 28 Aug 2017 07:34:00 +0000 (09:34 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 28 Aug 2017 08:53:29 +0000 (10:53 +0200)
commit74f76528bbea108bb92b837a6150f6e59ae5c37a
tree2224ad174c7ba4a0eae62c3683566015e63c0e34
parent63e8a1e5ffa7a7fdbde887805f673fea7e8d2e94
xen/arch/x86/apic.c: remove custom_param() error messages

With _cmdline_parse() now issuing error messages in case of illegal
parameters signalled by parsing functions specified in custom_param()
the message issued by apic_set_verbosity() can be removed.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/apic.c